|
@@ -957,8 +957,10 @@ class PurchaseController extends BaseController
|
|
|
Yii::$app->redis->executeCommand('SETEX', [$key, 86400, '1']);
|
|
Yii::$app->redis->executeCommand('SETEX', [$key, 86400, '1']);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ noticeUtil::push("运费:" . $info->sendCost . ' sendType:' . $info->sendType, '15280215347');
|
|
|
if ($info->sendCost > 0) {
|
|
if ($info->sendCost > 0) {
|
|
|
if (isset($info->sendType) && $info->sendType == 0) {
|
|
if (isset($info->sendType) && $info->sendType == 0) {
|
|
|
|
|
+ noticeUtil::push("执行到了", '15280215347');
|
|
|
$sendKey = 'ghs_custom_today_has_get_send_cost_' . $current . '_' . $customId;
|
|
$sendKey = 'ghs_custom_today_has_get_send_cost_' . $current . '_' . $customId;
|
|
|
Yii::$app->redis->executeCommand('SETEX', [$sendKey, 86400, '1']);
|
|
Yii::$app->redis->executeCommand('SETEX', [$sendKey, 86400, '1']);
|
|
|
}
|
|
}
|