Commit 8a12cc33 by yeran

update some bugs

1 parent 96e9edf6
......@@ -18,7 +18,7 @@ class RefundData extends SwBaseData
{
protected function checkDataParam()
{
parent::checkDataParam();
// parent::checkDataParam();
$this->pay_ver = '100';
......
......@@ -165,13 +165,15 @@ class SwNotify extends NotifyStrategy
{
// 默认为成功
$return_code ='01';
$return_msg ='数据校验成功,回调完成处理';
if (! $flag) {
$return_code ='02';
$return_msg = '数据校验失败';
}
return [
'return_code' => $return_code,
'return_msg' => '数据校验失败',
'return_msg' => $return_msg,
];
}
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!