|
|
@@ -205,10 +205,11 @@ class CustomController extends Controller
|
|
|
$post['lat'] = isset($post['latitude']) ? $post['latitude'] : '';// TODO
|
|
|
$post['from'] = ApplyClass::FROM_RETAIL;
|
|
|
$post['style'] = SjClass::STYLE_RETAIL;
|
|
|
-
|
|
|
+ print_r($post);
|
|
|
//增加或更新申请
|
|
|
$respond = ApplyService::replaceRetail($post);
|
|
|
$id = $respond['id'] ?? 0;
|
|
|
+
|
|
|
ApplyService::pass($id, '批发商手动添加');
|
|
|
$transaction->commit();
|
|
|
|