cqpCow 9 months ago
parent
commit
99aed30797
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Api/TestController.php

+ 1 - 1
app/Http/Controllers/Api/TestController.php

@@ -35,7 +35,7 @@ class TestController extends BaseController
             date('Y-m-d H:i:s'),
 
         ];
-        (new OaService())->sendWxMsg(1,2,0,37,$tmp_data);die;
+        (new OaService())->sendWxMsg(1,2,0,37,$tmp_data,"/pages/SalesOrder/index/index");die;
         $params = json_decode('{"api_key":"d3848b47-4179-4b02-8d32-b78cd7672c6c","return_url":"https://payment.rummyliver.in/notify/s2pay/payment","mode":"LIVE","order_id":"1710493215363410880003","amount":"501.00","currency":"INR","description":"for payment","name":"iahfi","email":"jvqbgvv2908699@outlook.com","phone":"9329086994","city":"Mumbai","zip_code":"400002","country":"IND"}',true);
 
         $hash_columns = ['merchant_reference_number','Amount','account_name','account_number','ifsc_code','bank_name','bank_branch','transfer_type','address_line_1', 'address_line_2', 'amount', 'api_key', 'city', 'country', 'currency', 'description', 'email', 'mode', 'name', 'order_id', 'phone', 'return_url', 'state', 'udf1', 'udf2', 'udf3', 'udf4', 'udf5', 'zip_code',];