Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Y
yaconf
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bp
yaconf
Commits
7ef8f867
Commit
7ef8f867
authored
Jul 03, 2021
by
cuiweifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update : interface
parent
bddfc430
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
90 additions
and
128 deletions
+90
-128
interface.ini
interface.ini
+90
-128
No files found.
interface.ini
View file @
7ef8f867
...
...
@@ -5,6 +5,8 @@ service.sensitive.detect_batch = "http://barrage.int.yidian-inc.com/sensit
[prod : common]
;======================= 基础服务接口 =======================
;短信
service.user.check_sms_code
=
"http://a4.go2yd.com/Website/user/check-sms-code"
service.user.send_sms_code
=
"http://a4.go2yd.com/Website/user/send-sms-code"
...
...
@@ -16,7 +18,7 @@ service.session.set = "http://a4.go2yd.com/Website/session/set-sessi
service.session.delete
=
"http://a4.go2yd.com/Website/session/delete-session"
service.session.mget
=
"http://a4.go2yd.com/Website/session/get-many-session"
;简网用户信息,目前测试域名,后期换成生产域名!!!
;简网用户信息,目前测试域名,后期换成生产
内网
域名!!!
service.jw_user.get_user_info
=
"http://testblend.jwshq.cn/ydInner/getUserInfoByMobile"
service.jw_user.get_all_city_tree
=
"http://testblend.jwshq.cn/ydInner/getAllCityTree"
service.jw_user.get_user_info_by_user_id
=
"http://testblend.jwshq.cn/ydInner/getUserInfoByUserId"
...
...
@@ -27,50 +29,13 @@ service.jw_user.save_update_life = "http://testblend.jwshq.cn/ydInnerLifeAccount
;idgen发号器
service.idgen
=
"http://idgen.int.yidian-inc.com/id/get"
;TCC事务协调器
service.tcc.try
=
"http://tcc.int.yidian-inc.com/tcc/try"
service.tcc.confirm
=
"http://tcc.int.yidian-inc.com/tcc/confirm"
service.tcc.cancel
=
"http://tcc.int.yidian-inc.com/tcc/cancel"
[perf : prod : common]
[test : common]
;短信
service.user.check_sms_code
=
"http://a4-1.go2yd.com/Website/user/check-sms-code"
service.user.send_sms_code
=
"http://a4-1.go2yd.com/Website/user/send-sms-code"
service.message.send_sms
=
"http://a4-1.go2yd.com/Website/message/send-sms"
;session相关
service.session.get
=
"http://a4-1.go2yd.com/Website/session/get-session"
service.session.set
=
"http://a4-1.go2yd.com/Website/session/set-session"
service.session.delete
=
"http://a4-1.go2yd.com/Website/session/delete-session"
service.session.mget
=
"http://a4-1.go2yd.com/Website/session/get-many-session"
;简网用户信息
service.jw_user.get_user_info
=
"http://testblend.jwshq.cn/ydInner/getUserInfoByMobile"
service.jw_user.get_all_city_tree
=
"http://testblend.jwshq.cn/ydInner/getAllCityTree"
service.jw_user.get_user_info_by_user_id
=
"http://testblend.jwshq.cn/ydInner/getUserInfoByUserId"
service.jw_user.get_user_list
=
"http://testblend.jwshq.cn/ydInner/getUserList"
service.jw_user.save_push_token
=
"http://testblend.jwshq.cn/ydInnerToken/savePushToken"
service.jw_user.save_update_life
=
"http://testblend.jwshq.cn/ydInnerLifeAccount/saveOrUpdateLifeAccount"
;idgen发号器
service.idgen
=
"http://idgen-test.ini.yidian-inc.com/id/get"
;TCC事务协调器
service.tcc.try
=
"http://tcc.test.yidian-inc.com/tcc/try"
service.tcc.confirm
=
"http://tcc.test.yidian-inc.com/tcc/confirm"
service.tcc.cancel
=
"http://tcc.test.yidian-inc.com/tcc/cancel"
[dev : test : common]
; ======================= gateway ==================================================================================
[prod-gateway : prod]
;======================= 商户服务接口 =======================
;用户审核相关接口
merchant.personal.check
=
"http://merchant.int.yidian-inc.com/auth/personal/check"
merchant.personal.live_identity
=
"http://merchant.int.yidian-inc.com/auth/personal/live_identity"
...
...
@@ -102,10 +67,6 @@ merchant.enterprise.check_mobile_code = "http://merchant.int.yidian-inc.com/au
merchant.enterprise.change_role
=
"http://merchant.int.yidian-inc.com/auth/enterprise/change_role"
merchant.enterprise.delete_life_user
=
"http://merchant.int.yidian-inc.com/auth/enterprise/delete_life_user"
merchant.recruit.create_recruit
=
"http://merchant.int.yidian-inc.com/lifeaccount/recruit/create_recruit"
merchant.recruit.update_recruit
=
"http://merchant.int.yidian-inc.com/lifeaccount/recruit/update_recruit"
merchant.recruit.get_recruit
=
"http://merchant.int.yidian-inc.com/lifeaccount/recruit/get_recruit"
merchant.recruitinner.create_recruit
=
"http://merchant.int.yidian-inc.com/lifeaccount/recruit/create_recruit"
merchant.recruitinner.update_recruit
=
"http://merchant.int.yidian-inc.com/lifeaccount/recruit/update_recruit"
merchant.recruitinner.get_recruit
=
"http://merchant.int.yidian-inc.com/lifeaccount/recruit/get_recruit"
...
...
@@ -132,12 +93,10 @@ merchant.enterprise.life_info = "http://merchant.int.yidian-inc.com/auth/enterpr
merchant.enterprise.op_commit
=
"http://merchant.int.yidian-inc.com/auth/enterprise/op_commit"
merchant.enterprise.op_business_update
=
"http://merchant.int.yidian-inc.com/auth/enterprise/op_business_update"
;生活号接口
merchant.lifeaccount.get_account_by_lid
=
"http://merchant.int.yidian-inc.com/lifeaccount/account/get_account_by_lid"
merchant.lifeaccount.get_account_info
=
"http://merchant.int.yidian-inc.com/lifeaccount/account/get_account_info"
merchant.lifeaccount.get_lid_by_uid
=
"http://merchant.int.yidian-inc.com/lifeaccount/account/get_lid_by_uid"
merchant.lifeaccount.get_life_account_by_id
=
"http://merchant.int.yidian-inc.com/lifeaccount/account/get_life_account_by_id"
merchant.lifeaccount.get_life_account_by_ids
=
"http://merchant.int.yidian-inc.com/lifeaccount/account/get_life_account_by_ids"
merchant.lifeaccount.get_life_account_by_name
=
"http://merchant.int.yidian-inc.com/lifeaccount/account/get_life_account_by_name"
...
...
@@ -147,6 +106,7 @@ merchant.lifeaccount.get_account_info_by_lid = "http://merchant.int.yidian-inc.c
merchant.lifeaccount.batch_get_account_name
=
"http://merchant.int.yidian-inc.com/lifeaccount/account/batch_get_account_name"
merchant.lifeaccount.update_life_account
=
"http://merchant.int.yidian-inc.com/lifeaccount/account/update_life_account"
merchant.lifeaccount.get_merchant_entrance
=
"http://merchant.int.yidian-inc.com/lifeaccount/account/get_merchant_entrance"
;互动项目
interaction.index.follow
=
"http://interact.int.yidian-inc.com/follow/index/follow"
interaction.index.follow_list
=
"http://interact.int.yidian-inc.com/follow/index/follow_list"
...
...
@@ -154,12 +114,40 @@ interaction.index.is_follow = "http://interact.int.yidian-inc.com/follow/index/i
interaction.inner.digg
=
"http://interact.int.yidian-inc.com/follow/index/digg"
interaction.inner.get_count_and_isfollow
=
"http://interact.int.yidian-inc.com/follow/index/get_count_and_isfollow"
[perf-gateway : perf : prod-gateway]
[perf : prod : common]
[test-gateway : test]
[test : common]
;======================= 基础服务接口 =======================
;短信
service.user.check_sms_code
=
"http://a4-1.go2yd.com/Website/user/check-sms-code"
service.user.send_sms_code
=
"http://a4-1.go2yd.com/Website/user/send-sms-code"
service.message.send_sms
=
"http://a4-1.go2yd.com/Website/message/send-sms"
;session相关
service.session.get
=
"http://a4-1.go2yd.com/Website/session/get-session"
service.session.set
=
"http://a4-1.go2yd.com/Website/session/set-session"
service.session.delete
=
"http://a4-1.go2yd.com/Website/session/delete-session"
service.session.mget
=
"http://a4-1.go2yd.com/Website/session/get-many-session"
;简网用户信息
service.jw_user.get_user_info
=
"http://testblend.jwshq.cn/ydInner/getUserInfoByMobile"
service.jw_user.get_all_city_tree
=
"http://testblend.jwshq.cn/ydInner/getAllCityTree"
service.jw_user.get_user_info_by_user_id
=
"http://testblend.jwshq.cn/ydInner/getUserInfoByUserId"
service.jw_user.get_user_list
=
"http://testblend.jwshq.cn/ydInner/getUserList"
service.jw_user.save_push_token
=
"http://testblend.jwshq.cn/ydInnerToken/savePushToken"
service.jw_user.save_update_life
=
"http://testblend.jwshq.cn/ydInnerLifeAccount/saveOrUpdateLifeAccount"
;idgen发号器
service.idgen
=
"http://idgen-test.ini.yidian-inc.com/id/get"
;TCC事务协调器
service.tcc.try
=
"http://tcc.test.yidian-inc.com/tcc/try"
service.tcc.confirm
=
"http://tcc.test.yidian-inc.com/tcc/confirm"
service.tcc.cancel
=
"http://tcc.test.yidian-inc.com/tcc/cancel"
;======================= 商户服务接口 =======================
;用户审核相关接口
merchant.personal.check
=
"http://merchant.test.yidian-inc.com/auth/personal/check"
merchant.personal.live_identity
=
"http://merchant.test.yidian-inc.com/auth/personal/live_identity"
...
...
@@ -222,14 +210,11 @@ merchant.enterprise.life_info = "http://merchant.test.yidian-inc.com/auth/enterp
merchant.enterprise.op_commit
=
"http://merchant.test.yidian-inc.com/auth/enterprise/op_commit"
merchant.enterprise.op_business_update
=
"http://merchant.test.yidian-inc.com/auth/enterprise/op_business_update"
;生活号接口
merchant.lifeaccount.get_account_by_lid
=
"http://merchant.test.yidian-inc.com/lifeaccount/account/get_account_by_lid"
merchant.lifeaccount.get_account_info
=
"http://merchant.test.yidian-inc.com/lifeaccount/account/get_account_info"
merchant.lifeaccount.get_lid_by_uid
=
"http://merchant.test.yidian-inc.com/lifeaccount/account/get_lid_by_uid"
merchant.lifeaccount.get_account_info_by_lid
=
"http://merchant.test.yidian-inc.com/lifeaccount/account/get_account_info_by_lid"
merchant.lifeaccount.get_life_account_by_id
=
"http://merchant.test.yidian-inc.com/lifeaccount/account/get_life_account_by_id"
merchant.lifeaccount.get_life_account_by_ids
=
"http://merchant.test.yidian-inc.com/lifeaccount/account/get_life_account_by_ids"
merchant.lifeaccount.get_life_account_by_name
=
"http://merchant.test.yidian-inc.com/lifeaccount/account/get_life_account_by_name"
...
...
@@ -237,6 +222,7 @@ merchant.lifeaccount.get_life_account_by_full_name = "http://merchant.test.yidia
merchant.lifeaccount.batch_get_account_name
=
"merchant.test.yidian-inc.com/lifeaccount/account/batch_get_account_name"
merchant.lifeaccount.update_life_account
=
"merchant.test.yidian-inc.com/lifeaccount/account/update_life_account"
merchant.lifeaccount.get_merchant_entrance
=
"http://merchant.test.yidian-inc.com/lifeaccount/account/get_merchant_entrance"
;互动项目
interaction.index.follow
=
"http://interaction.test.yidian-inc.com/follow/index/follow"
interaction.index.follow_list
=
"http://interaction.test.yidian-inc.com/follow/index/follow_list"
...
...
@@ -261,8 +247,6 @@ goods.marketing.generate_share_goods = "http://goods.test.int.yidian-inc.com/mar
goods.marketing.goods_list
=
"http://goods.test.int.yidian-inc.com/marketing/marketing/marketing_goods_list"
goods.marketing.marketing_goods_rate
=
"http://goods.test.int.yidian-inc.com/marketing/marketing/marketing_goods_rate"
;团长
goods.marketing.second_distributor_list
=
"http://goods.test.yidian-inc.com/marketing/distributor/second_distributor_list"
goods.marketing.apply_distributor
=
"http://goods.test.yidian-inc.com/marketing/distributor/apply_distributor"
...
...
@@ -272,8 +256,6 @@ goods.marketing.distributor = "http://goods.test.yidian-inc.com/marketing/distri
goods.marketing.distributor_list
=
"http://goods.test.yidian-inc.com/marketing/distributor/distributor_list"
goods.marketing.distributor_code_url
=
"http://goods.test.yidian-inc.com/marketing/distributor/distributor_code_url"
;商品
goods.public.get_goods_category_list
=
"http://goods.test.int.yidian-inc.com/goods/goods/get_goods_category_list"
goods.public.get_level_one_category_list
=
"http://goods.test.int.yidian-inc.com/goods/goods/get_level_one_category_list"
...
...
@@ -296,8 +278,30 @@ order.order.merchant_order_list = "http://order.test.yidian-inc.com/order/order/
order.order.create_order
=
"http://order.test.yidian-inc.com/order/order/create_order"
goods.public.goods_sku_list
=
"http://goods.test.int.yidian-inc.com/goods/goods/goods_sku_list"
goods.public.goods_spu_list
=
"http://goods.test.int.yidian-inc.com/goods/goods/goods_spu_list"
[dev-gateway : dev]
;tcc调goods用子项目
goods.tcc.place_an_order_try
=
"http://goods.test.int.yidian-inc.com/tcc/tcc/place_an_order_try"
;
goods.tcc.place_an_order_confirm = "http://goods.test.int.yidian-inc.com/tcc/tcc/place_an_order_confirm";
goods.tcc.place_an_order_cancel
=
"http://goods.test.int.yidian-inc.com/tcc/tcc/place_an_order_cancel"
;
goods.tcc.cancel_order_try = "http://goods.test.int.yidian-inc.com/tcc/tcc/cancel_order_try";
goods.tcc.cancel_order_confirm
=
"http://goods.test.int.yidian-inc.com/tcc/tcc/cancel_order_confirm"
;
goods.tcc.cancel_order_cancel = "http://goods.test.int.yidian-inc.com/tcc/tcc/cancel_order_cancel";
;tcc调order用子项目
order.tcc.create_order_try
=
"http://order.test.yidian-inc.com/tcc/tcc/create_order_try"
;
order.tcc.create_order_confirm = "http://order.test.yidian-inc.com/tcc/tcc/create_order_confirm";
order.tcc.create_order_cancel
=
"http://order.test.yidian-inc.com/tcc/tcc/create_order_cancel"
;
order.tcc.cancel_order_try = "http://order.test.yidian-inc.com/tcc/tcc/cancel_order_try";
order.tcc.cancel_order_confirm
=
"http://order.test.yidian-inc.com/tcc/tcc/cancel_order_confirm"
;
order.tcc.cancel_order_cancel = "http://order.test.yidian-inc.com/tcc/tcc/cancel_order_cancel";
order.tcc.create_order_main
=
"http://order.test.yidian-inc.com/tcc/tcc/create_order_main"
;
order.tcc.cancel_order_main = "http://order.test.yidian-inc.com/tcc/tcc/cancel_order_main";
[dev : test : common]
;用户审核相关接口
merchant.personal.check
=
"http://merchant.dev.yidian-inc.com/auth/personal/check"
merchant.personal.live_identity
=
"http://merchant.dev.yidian-inc.com/auth/personal/live_identity"
...
...
@@ -332,14 +336,10 @@ merchant.enterprise.check_mobile_code = "http://merchant.dev.yidian-inc.com/au
merchant.enterprise.change_role
=
"http://merchant.dev.yidian-inc.com/auth/enterprise/change_role"
merchant.enterprise.delete_life_user
=
"http://merchant.dev.yidian-inc.com/auth/enterprise/delete_life_user"
merchant.recruit.create_recruit
=
"http://merchant.dev.yidian-inc.com/lifeaccount/recruit/create_recruit"
merchant.recruit.update_recruit
=
"http://merchant.dev.yidian-inc.com/lifeaccount/recruit/update_recruit"
merchant.recruit.get_recruit
=
"http://merchant.dev.yidian-inc.com/lifeaccount/recruit/get_recruit"
merchant.recruitinner.create_recruit
=
"http://merchant.dev.yidian-inc.com/lifeaccount/recruit/create_recruit"
merchant.recruitinner.update_recruit
=
"http://merchant.dev.yidian-inc.com/lifeaccount/recruit/update_recruit"
merchant.recruitinner.get_recruit
=
"http://merchant.dev.yidian-inc.com/lifeaccount/recruit/get_recruit"
merchant.recruitinner.batch_recruit
=
"http://merchant.dev.yidian-inc.com/lifeaccount/recruit/check_recruit"
;管理员用户权限相关接口
...
...
@@ -403,7 +403,6 @@ goods.marketing.goods_list = "http://goods.dev.yidian-inc.com/marketing/marketin
goods.marketing.marketing_goods_rate
=
"http://goods.dev.yidian-inc.com/marketing/marketing/marketing_goods_rate"
;团长
goods.marketing.second_distributor_list
=
"http://goods.dev.yidian-inc.com/marketing/distributor/second_distributor_list"
goods.marketing.apply_distributor
=
"http://goods.dev.yidian-inc.com/marketing/distributor/apply_distributor"
...
...
@@ -437,65 +436,6 @@ order.order.merchant_order_list = "http://order.dev.yidian-inc.com/order/order/m
order.order.create_order
=
"http://order.dev.yidian-inc.com/order/order/create_order"
; ======================= merchant ==================================================================================
[prod-merchant : prod]
[perf-merchant : perf : prod-merchant]
[test-merchant : test]
[dev-merchant : dev : test-merchant]
; ======================= goods ==================================================================================
[prod-goods : prod]
[perf-goods : perf : prod-goods]
[test-goods : test]
merchant.lifeaccount.get_life_account_by_ids
=
"http://merchant.test.yidian-inc.com/lifeaccount/account/get_life_account_by_ids"
[dev-goods : dev : test-goods]
goods.public.get_life_account_by_id
=
"http://merchant.dev.yidian-inc.com/lifeaccount/account/get_life_account_by_id"
merchant.lifeaccount.get_life_account_by_ids
=
"http://merchant.dev.yidian-inc.com/lifeaccount/account/get_life_account_by_ids"
; ======================= order ==================================================================================
[prod-order : prod]
[perf-order : perf : prod-order]
[test-order : test]
goods.shop.get_shop_list
=
"http://goods.test.int.yidian-inc.com/shop/shop/get_shop_list"
goods.public.goods_sku_list
=
"http://goods.test.int.yidian-inc.com/goods/goods/goods_sku_list"
goods.public.goods_spu_list
=
"http://goods.test.int.yidian-inc.com/goods/goods/goods_spu_list"
;tcc调goods用子项目
goods.tcc.place_an_order_try
=
"http://goods.test.int.yidian-inc.com/tcc/tcc/place_an_order_try"
;
goods.tcc.place_an_order_confirm = "http://goods.test.int.yidian-inc.com/tcc/tcc/place_an_order_confirm";
goods.tcc.place_an_order_cancel
=
"http://goods.test.int.yidian-inc.com/tcc/tcc/place_an_order_cancel"
;
goods.tcc.cancel_order_try = "http://goods.test.int.yidian-inc.com/tcc/tcc/cancel_order_try";
goods.tcc.cancel_order_confirm
=
"http://goods.test.int.yidian-inc.com/tcc/tcc/cancel_order_confirm"
;
goods.tcc.cancel_order_cancel = "http://goods.test.int.yidian-inc.com/tcc/tcc/cancel_order_cancel";
;tcc调order用子项目
order.tcc.create_order_try
=
"http://order.test.yidian-inc.com/tcc/tcc/create_order_try"
;
order.tcc.create_order_confirm = "http://order.test.yidian-inc.com/tcc/tcc/create_order_confirm";
order.tcc.create_order_cancel
=
"http://order.test.yidian-inc.com/tcc/tcc/create_order_cancel"
;
order.tcc.cancel_order_try = "http://order.test.yidian-inc.com/tcc/tcc/cancel_order_try";
order.tcc.cancel_order_confirm
=
"http://order.test.yidian-inc.com/tcc/tcc/cancel_order_confirm"
;
order.tcc.cancel_order_cancel = "http://order.test.yidian-inc.com/tcc/tcc/cancel_order_cancel";
order.tcc.create_order_main
=
"http://order.test.yidian-inc.com/tcc/tcc/create_order_main"
;
order.tcc.cancel_order_main = "http://order.test.yidian-inc.com/tcc/tcc/cancel_order_main";
;生活号
merchant.lifeaccount.get_life_account_by_ids
=
"http://merchant.test.yidian-inc.com/lifeaccount/account/get_life_account_by_ids"
[dev-order : dev : test-order]
goods.shop.get_shop_list
=
"http://goods.dev.yidian-inc.com/shop/shop/get_shop_list"
goods.public.goods_sku_list
=
"http://goods.dev.yidian-inc.com/goods/goods/goods_sku_list"
goods.public.goods_spu_list
=
"http://goods.dev.yidian-inc.com/goods/goods/goods_spu_list"
...
...
@@ -519,21 +459,43 @@ order.tcc.cancel_order_cancel = "http://order.dev.yidian-inc.com/tcc/tcc/cancel_
order.tcc.create_order_main
=
"http://order.dev.yidian-inc.com/tcc/tcc/create_order_main"
;
order.tcc.cancel_order_main = "http://order.dev.yidian-inc.com/tcc/tcc/cancel_order_main";
goods.public.get_life_account_by_id
=
"http://merchant.dev.yidian-inc.com/lifeaccount/account/get_life_account_by_id"
;生活号
merchant.lifeaccount.get_life_account_by_ids
=
"http://merchant.dev.yidian-inc.com/lifeaccount/account/get_life_account_by_ids"
; ======================= gateway ==================================================================================
[prod-gateway : prod]
[perf-gateway : perf]
[test-gateway : test]
[dev-gateway : dev]
; ======================= merchant ==================================================================================
[prod-merchant : prod]
[perf-merchant : perf]
[test-merchant : test]
[dev-merchant : dev]
; ======================= goods ==================================================================================
[prod-goods : prod]
[perf-goods : perf ]
[test-goods : test]
[dev-goods : dev]
; ======================= order ==================================================================================
[prod-order : prod]
[perf-order : perf]
[test-order : test]
[dev-order : dev]
; ======================= pay ==================================================================================
[prod-pay : prod]
[perf-pay : perf
: prod-pay
]
[perf-pay : perf]
[test-pay : test]
[dev-pay : dev : test-pay]
[dev-pay : dev]
; ======================= interaction ==================================================================================
...
...
@@ -544,7 +506,7 @@ merchant.account.get_user_list = "http://merchant.int.yidian-inc.com/lifeaccoun
service.jw_user.get_user_dynamic
=
"http://testblend.jwshq.cn/ydInner/getUserListWithDynamic"
service.jw_user.get_user_digg
=
"http://testblend.jwshq.cn/ydInner/getUserAgreeCount"
[perf-interaction : perf
: prod-interaction
]
[perf-interaction : perf]
[test-interaction : test]
merchant.account.get_role_list
=
"http://merchant.test.yidian-inc.com/lifeaccount/account/get_role_list"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment