1
中文 (Chinese) / Re: “条件支付”是目前最急迫需要的功能
« on: May 17, 2017, 02:56:37 am »
正是天街团队做的事情,
还包含:
1.账户的全局标贴,
2.单独的加密传输协议,
3.加密仲裁协议,
很快就可以看见测试版本了;
还包含:
1.账户的全局标贴,
Code: [Select]
enum class AccountLabel{
//role 0x00~0xFF
Shop=0x00,
Arbitrator=0x01,
Guarantee=0x02,
//taobao 0x0100~0x01FF
ShopType=0x100,
ShopName=0x0101,
ShopDescription=0x0102,
DealAmounts=0x0103,
GoodDeal=0x0104,
BadDeal=0x105,
//Arbitrator 0x0200~0x02FF
ArbitratorName=0x0200,
ArbitratorDescription=0x0201,
ArbitrationAmount=0x202
};
2.单独的加密传输协议,
3.加密仲裁协议,
很快就可以看见测试版本了;