|
|
|
@ -326,10 +326,11 @@ class Wxwholesaler extends Controller |
|
|
|
|
public function modifyJumpDomain(): Json |
|
|
|
|
{ |
|
|
|
|
$msg = 'appid不能为空'; |
|
|
|
|
$domain = $this->request->domain(true); |
|
|
|
|
$appid = $this->request->get('appid'); |
|
|
|
|
if ($appid) { |
|
|
|
|
$obj = new Wholesaler(); |
|
|
|
|
$msg = $obj->modifyJumpDomain($appid); |
|
|
|
|
$msg = $obj->modifyJumpDomain($appid, $domain); |
|
|
|
|
if ($msg == 'ok') { |
|
|
|
|
return $this->renderSuccess('success'); |
|
|
|
|
} |
|
|
|
@ -338,7 +339,7 @@ class Wxwholesaler extends Controller |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* @notes:设置业务域名 |
|
|
|
|
* @notes:设置订单页 |
|
|
|
|
* @return Json |
|
|
|
|
* @author: wanghousheng |
|
|
|
|
*/ |
|
|
|
|