|
|
@@ -62,6 +62,7 @@ class ShopController extends BaseController
|
|
|
$shopId = $shop->id;
|
|
|
$py = stringUtil::py($fullName);
|
|
|
GhsClass::updateByCondition(['shopId' => $shopId], ['name' => $fullName, 'py' => $py]);
|
|
|
+ util::complete('修改成功');
|
|
|
}
|
|
|
|
|
|
//小程序端使用,下载收款码 ssh 20250821
|