新增快递100测试

This commit is contained in:
2023-04-13 11:14:46 +08:00
parent 45fc94bcee
commit a88325e324
6 changed files with 51 additions and 24 deletions
+6
View File
@@ -572,6 +572,12 @@ Router::addGroup('/callback', function () {
// 处方平台物流回调
Router::post('/platform/logistics', [CallBackController::class, 'platformLogisticsCallBack']);
// 快递订阅回调
Router::addGroup('/logistics', function () {
// 快递订阅查询
Router::post('', [CallBackController::class, 'LogisticsCallBack']);
});
});
// 用户