config.php 908 字节
<?php

return array (
  0 => 
  array (
    'name' => 'EBusinessID',
    'title' => '商户ID',
    'type' => 'string',
    'content' => 
    array (
    ),
    'value' => 'test1661089',
    'rule' => 'required',
    'msg' => '',
    'tip' => '',
    'ok' => '',
    'extend' => '',
  ),
  1 => 
  array (
    'name' => 'AppKey',
    'title' => 'AppKey',
    'type' => 'string',
    'content' => 
    array (
    ),
    'value' => '35c46d02-759e-48d0-868c-05667279296d',
    'rule' => 'required',
    'msg' => '',
    'tip' => '',
    'ok' => '',
    'extend' => '',
  ),
  2 => 
  array (
    'name' => 'ReqURL',
    'title' => 'API请求地址',
    'type' => 'string',
    'content' => 
    array (
    ),
    'value' => 'http://sandboxapi.kdniao.com:8080/kdniaosandbox/gateway/exterfaceInvoke.json',
    'rule' => 'required',
    'msg' => '',
    'tip' => '',
    'ok' => '',
    'extend' => '',
  ),
);