consumer_phone_api

Brightcells преди 7 години
родител
ревизия
31f4f3426d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      api/mch_views.py

+ 1 - 1
api/mch_views.py

@@ -137,7 +137,7 @@ def getPhoneNumber(request):
137 137
 
138 138
 
139 139
 @logit
140
-def consumer_info_api(request):
140
+def consumer_phone_api(request):
141 141
     return response(200, 'Get Consumer Phone Success', u'获取消费者手机号成功', {
142 142
         'purePhoneNumber': getPhoneNumber(request),
143 143
     })