Commit b5482117 by 赵凯(PHP)

update

1 parent 8726d1e3
Showing with 1 additions and 3 deletions
...@@ -136,8 +136,6 @@ class YSNotify extends NotifyStrategy{ ...@@ -136,8 +136,6 @@ class YSNotify extends NotifyStrategy{
if (! $flag) { if (! $flag) {
$return_code ='01'; $return_code ='01';
} }
return [ return $return_code;
'resultcode' => $return_code
];
} }
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!