正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
@@ -517,7 +517,8 @@ class Wechat extends Api | @@ -517,7 +517,8 @@ class Wechat extends Api | ||
517 | 'act_name' => '佣金分享红包到账', | 517 | 'act_name' => '佣金分享红包到账', |
518 | 'remark' => '感谢您的参与', | 518 | 'remark' => '感谢您的参与', |
519 | ]); | 519 | ]); |
520 | - | 520 | + return json($result); |
521 | + die; | ||
521 | if($result['return_code'] == 'SUCCESS' && $result['result_code'] == 'SUCCESS'){ | 522 | if($result['return_code'] == 'SUCCESS' && $result['result_code'] == 'SUCCESS'){ |
522 | //记录佣金表 verification_brokerage_record | 523 | //记录佣金表 verification_brokerage_record |
523 | $send_result = 1; | 524 | $send_result = 1; |
-
请 注册 或 登录 后发表评论