|
|
@@ -312,6 +312,25 @@ class MtController extends PublicController
|
|
|
return Json::encode(['data' => 'ok']);
|
|
|
}
|
|
|
|
|
|
+ //推送已支付订单
|
|
|
+ public function actionNewOrder()
|
|
|
+ {
|
|
|
+ return Json::encode(['data' => 'ok']);
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ //部分退款
|
|
|
+ public function actionPartRefund()
|
|
|
+ {
|
|
|
+ return Json::encode(['data' => 'ok']);
|
|
|
+ }
|
|
|
+
|
|
|
+ //全部退款
|
|
|
+ public function actionAllRefund()
|
|
|
+ {
|
|
|
+ return Json::encode(['data' => 'ok']);
|
|
|
+ }
|
|
|
+
|
|
|
public function demo()
|
|
|
{
|
|
|
$config = dict::getDict('mtConfig');
|