|
|
@@ -76,7 +76,7 @@ class Lakala
|
|
|
$reqInfo->transType = '41';
|
|
|
$reqInfo->orderId = $orderId;
|
|
|
// $reqInfo->appId = 'wx9ef39b708f16694d';
|
|
|
- $reqInfo->subject = $this->subject;
|
|
|
+ $reqInfo->subject = '奥式生活订单';
|
|
|
$reqInfo->exterOrderSource = $this->exterOrderSource;
|
|
|
|
|
|
$termExtInfo = new TermExtInfo();
|
|
|
@@ -85,7 +85,7 @@ class Lakala
|
|
|
$baseRequestVO = new BaseRequestVO();
|
|
|
$baseRequestVO->reqData = $reqInfo;
|
|
|
$baseRequestVO->termExtInfo = $termExtInfo;
|
|
|
- $baseRequestVO->timestamp = mt_rand(10000000, 99999999);
|
|
|
+ $baseRequestVO->timestamp = time();
|
|
|
$baseRequestVO->ver = $this->version;
|
|
|
|
|
|
$body = json_encode($baseRequestVO, JSON_UNESCAPED_UNICODE);
|