Commit e01478d3 by feixiang

微信打款类型增加

parent 44c97685
<?php
/**
* Created by PhpStorm.
* User: Administrator
* Date: 2018/11/3
* Time: 15:36
*/
namespace Hdll\Services\Transfer\Enum;
class WxTransferEnum
{
const FRONTEND = 1;
const BACKEND = 2;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment