|
|
|
@ -291,7 +291,7 @@ class Wxwholesaler extends Controller |
|
|
|
|
$appid = $this->request->get('appid', $domain); |
|
|
|
|
if ($appid) { |
|
|
|
|
$obj = new Wholesaler(); |
|
|
|
|
$msg = $obj->setDomain($appid); |
|
|
|
|
$msg = $obj->setDomain($appid, $domain); |
|
|
|
|
if ($msg == 'ok') { |
|
|
|
|
return $this->renderSuccess('success'); |
|
|
|
|
} |
|
|
|
|