Alipay 状态:交易结束 自动处理

feature/pay
lyt 6 years ago
parent 0f955f66b6
commit 8ca66f997f

@ -359,7 +359,8 @@ class AlipayTradeService extends CI_Controller
}
//只处理完成状态,其他状态由陆燕处理
if (strcmp(trim($item->ALI_resultMsg), "TRADE_SUCCESS")) {
if (strcmp(trim($item->ALI_resultMsg), "TRADE_SUCCESS")
|| strcmp(trim($item->ALI_resultMsg), "TRADE_FINISHED")) {
$this->Alipay_note_model->update_send($item->ALI_dealId, 'send');
continue;
}

Loading…
Cancel
Save