$oper_type
$oper_type : int[]
操作类型
$oper_type : int[]
操作类型
OperSuccess( $param, $options, string $oper_type = 'O', $json_result) : mixed
操作成功日志
$param | 请求参数 |
|
$options | 自定义参数 |
|
string | $oper_type | 操作类型 |
$json_result | 返回参数 |
OperError( $param, $options, string $oper_type = 'O', $json_result, $error_msg = '') : mixed
操作失败日志
$param | 请求参数 |
|
$options | 自定义参数 |
|
string | $oper_type | 操作类型 |
$json_result | 返回参数 |
|
$error_msg | 错误消息 |
Loading…