03 2018 档案
摘要:支付宝H5支付网址 https://www.cnblogs.com/voidking/p/deve-alipay-process.html 使用方法根据demo就可以了,在配置文件中合理配置自己的同步跳转地址和异步跳转地址(一般以异步为准)
阅读全文
摘要:$products = array(); $kk = 0; foreach ($products as $key => $value) { $Datas['datas'][$kk]['storeinfo']['supplier_id'] = $value['store_id']; $Datas['datas'][$kk]['storei...
阅读全文
摘要:$subQuery = M("zstar_apply_goods") ->join("LEFT JOIN shop_products ON zstar_apply_goods.ShopToken = shop_products.ShopToken") ->where($where) ->field("zstar_apply_goods.ShopToken") ->...
阅读全文
摘要:try{ if($result==false){ throw new \Exception("错误提示信息"); } $data['status'] = "200"; $data['message'] = "SUCCESS"; } catch(\Exception $e){ $data['status'] = "201"; $data['message'] = $e->getMessage();...
阅读全文
摘要:$ere['lng'] = array('between',array($lng-1,$lng+1)); $ere['lat'] = array('between',array($lat-1,$lat+1)); $str = "ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN(($lat* PI() / 180 - lat * PI() / 180) / 2), 2)...
阅读全文
摘要:$getDatas = $_POST; if(empty($getDatas)) $getDatas = file_get_contents("php://input"); $getDatas = json_decode($getDatas,true);
阅读全文
摘要:join(" ",str_split(“125689564896665”,4))
阅读全文
浙公网安备 33010602011771号