简要描述:

  • 获取上一次登录的门店ID

请求域名:

  • http://xx.com

请求URL:

POST/&route=plugin.store-alone-temp.frontend.home.history-store

返回示例:

正确时返回:

{
	"result": 1,
	"msg": "ok",
	"data": {
		"store_id": "4"
	}
}

返回参数说明: