12 2021 档案

摘要:可以参考 yansongda网站: https://pay.yansongda.cn/docs/v2/1.首先准备好自己支付宝开发平台,密钥,公钥,ap 支付宝网关,这些自己在平台上可以自己搞定如图所示 2.接着准备好laravel8项目,可以临时模拟一下,在模拟之前,首先要清楚各个目录之间的含义, 阅读全文
posted @ 2021-12-23 09:37 执着y1份等待 阅读(871) 评论(0) 推荐(0)
摘要:public function geo(Request $request){ //$city地点1 //$goodsCity地点2 $city=$request->input('city'); $goodsCity=$request->input('goodsCity'); //地址转为为经纬度 / 阅读全文
posted @ 2021-12-11 11:39 执着y1份等待 阅读(154) 评论(0) 推荐(0)
摘要:public function redis(Request $request){ //$city地区1 //$goodsCity地区2 $city=$request->input('city'); $goodsCity=$request->input('goodsCity'); //地址改为经纬度 阅读全文
posted @ 2021-12-11 10:48 执着y1份等待 阅读(113) 评论(0) 推荐(0)