提交 f77a0af6 authored 作者: chengye's avatar chengye

test

上级 dca6ff34
......@@ -538,6 +538,7 @@ class Payment extends Base
public function createFkNumb($data){
$url = config('oafk.base_url').config('oafk.fk') . $this->apiKey();
echo json_encode($data);die;
$res = httpPOST($url, ['data'=>json_encode($data)]);
$res = json_decode($res,true);
return $res;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论