有一个点餐的小程序,发现数据是从https://payapp.weixin.qq.com 读取数据的,
比如读取店铺信息就是:https://payapp.weixin.qq.com/smbpappweb/common/merchantinfo?appid=xxxxxxxxx&authtype=MCHAPP&v=0.42.0&jscode=xxxxxxxxxxxxx
读取商品信息就是
https://payapp.weixin.qq.com/smbpappslf/goods/detail?sid=xxxxxxx&authtype=MCHAPP&appid=xxxx&v=0.42.0
但是看小程序是个人的,数据是怎么存储到微信服务器的?