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

test

上级 a91cf2a4
......@@ -538,8 +538,6 @@ class Payment extends Base
public function createFkNumb($data){
$url = config('oafk.base_url').config('oafk.fk') . $this->apiKey();
echo $url;
dd($data);
$res = httpPOST($url, ['data'=>json_encode($data)]);
$res = json_decode($res,true);
return $res;
......
<?php
return [
'oa_key' => '5bdfcedb618e1e03abf18e391278c1f4',
'base_url' => 'http://oa-test.gonn.tech/',
'base_url' => 'http://oa-test.gonn.tech',
'gys' => '/api.php?m=opensupplier&a=list&openkey=',
'type' => '/api.php?m=openfkinfo&a=fkinfor&openkey=',
'fk' => '/api.php?m=openfk&a=create&openkey=',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论