...
|
...
|
@@ -517,7 +517,8 @@ class Wechat extends Api |
|
|
'act_name' => '佣金分享红包到账',
|
|
|
'remark' => '感谢您的参与',
|
|
|
]);
|
|
|
|
|
|
return json($result);
|
|
|
die;
|
|
|
if($result['return_code'] == 'SUCCESS' && $result['result_code'] == 'SUCCESS'){
|
|
|
//记录佣金表 verification_brokerage_record
|
|
|
$send_result = 1;
|
...
|
...
|
|