Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周蓉君
/
API-Interfaces
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
LUOXC
2016-04-28 18:43:33 +0800
Commit
67fe1b3fb4da712dc59649da78b8e50801dcc367
1 parent
26d57ca2
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
订单/README.md
订单/README.md
View file @
67fe1b3
...
...
@@ -204,9 +204,11 @@
//
供应商编号
"supplier_id"
:
"0"
,
//
包裹运费
"shopping_cost"
:
"¥3.0"
,
"shopping_cost"
:
"2.00"
,
//
运费优惠
"shopping_cut_cost"
:
"5"
,
//
运费原价
"shopping_orig_cost"
:
"
¥5.0
"
,
"shopping_orig_cost"
:
"
5
"
,
//
包裹中商品
"goods_list"
:
[
{
...
...
Please
register
or
login
to post a comment