Explorar el Código

抖音订单结算延迟

qifengquan hace 1 año
padre
commit
b9a89bb4d9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      application/service/byte_dance/ByteDanceSettle.php

+ 1 - 0
application/service/byte_dance/ByteDanceSettle.php

@@ -47,5 +47,6 @@ class ByteDanceSettle implements ByteDanceInterface {
         user_log('ByteDanceSettle',$params);
         ByteDance::httpPost('https://developer.toutiao.com/api/apps/ecpay/v1/settle',$params);
         $payment->save();
+        usleep(200000);
     }
 }