原后台修改

This commit is contained in:
wanyongkang
2020-11-02 16:08:25 +08:00
parent 67ade6c11e
commit b4e7f828d7
3 changed files with 39 additions and 19 deletions

View File

@@ -5,7 +5,7 @@
* @Author: kangkang
* @Date: 2020-10-11 11:22:56
* @LastEditors: kangkang
* @LastEditTime: 2020-10-28 15:53:26
* @LastEditTime: 2020-11-02 11:04:32
*/
namespace app\order\controller;
@@ -99,7 +99,7 @@ class CashOutAdmin extends Controller
$data['alipay_no'] = $result->alipay_fund_trans_uni_transfer_response->order_id;
$data['status'] = 1;
} else {
die;
result([],'',30000);
}
} else if ($data['status'] == '2') {
$user_model = new UserModel;