Authored by 周少峰

shopid

... ... @@ -28,7 +28,7 @@ class ShopProcess
*/
public static function formShopData($data, $shopId, $appVersion)
{
self::$shopId = $shopId;
self::$shopData['shopId'] = self::$shopId = $shopId;
self::$shopData['appVersion'] = self::$appVersion = $appVersion;
foreach ($data as $key => $val) {
if (empty($val) || !is_callable("self::$key")) {
... ...