You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
599 B
31 lines
599 B
<?php
|
|
namespace BsPayDemo\constants;
|
|
|
|
/**
|
|
* Demo 使用到的演示参数
|
|
* @package BsPayDemo\constants
|
|
*/
|
|
class DemoConstants{
|
|
/**
|
|
* 下级商户进件后获得的商户号
|
|
*/
|
|
const DEMO_HUIFU_ID = "6666000108854952";
|
|
/**
|
|
* 渠道商汇付ID
|
|
*/
|
|
const UPPER_HUIFU_ID = "6666000108854952";
|
|
/**
|
|
* 分账商户号
|
|
*/
|
|
const DIV_HUIFU_ID = "6666000108854952";
|
|
|
|
/**
|
|
* 微信用户展示的付款二维码
|
|
*/
|
|
const WX_AUTH_CODE = "135519197427874038";
|
|
|
|
/**
|
|
* 取现卡序列号
|
|
*/
|
|
const TOKEN_NO = "10010356033";
|
|
} |