|
@@ -780,6 +780,7 @@ class OrdersController extends BaseController
|
|
|
$this->distribution_channel_id;
|
|
|
$uid = $this->uid;
|
|
|
$send_order_id = $this->user_info->send_order_id;
|
|
|
+ $sendOrderId = 4443540;
|
|
|
$res = UserChargeService::getTemplate($this->uid,$send_order_id,$this->distribution_channel_id);
|
|
|
return response()->success($res);
|
|
|
}
|