提交 71f68166 authored 作者: chengye's avatar chengye

test

上级 c64e5337
......@@ -574,6 +574,7 @@ class Payment extends Base
{
$url = config('oafk.base_url').config('oafk.gys') . $this->apiKey();
$url .= '&email='.$email;
dd($url);
$res = curlGet($url);
$res = json_decode($res,true);
foreach ($res['data'] as $k => $v){
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论