Commit cebb1463 authored by wwccw0591's avatar wwccw0591

refund

parent 11739483
...@@ -27,9 +27,9 @@ class ArrayConst ...@@ -27,9 +27,9 @@ class ArrayConst
); );
//配送方式 //配送方式
const refundShippingType=array( const refundShippingType=array(
ApiConst::bySelf=>array('id'=>ApiConst::bySelf,'name'=>"买家自退"), ApiConst::bySelf=>array('id'=>ApiConst::bySelf,'name'=>"退货到店"),
ApiConst::bySeller=>array('id'=>ApiConst::bySeller,'name'=>"商家配取"), ApiConst::bySeller=>array('id'=>ApiConst::bySeller,'name'=>"商家取货"),
ApiConst::express=>array('id'=>ApiConst::express,'name'=>"快递"), // ApiConst::express=>array('id'=>ApiConst::express,'name'=>"快递"),
); );
const payTypeOnlines=array( const payTypeOnlines=array(
ApiConst::wxAppPayType, ApiConst::wxAppPayType,
......
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