You are on page 1of 14

Ver.

1 台灣大車隊55688 司機版
https://play.google.com/store/apps/details?id=tw.com.masterhand.twtaxidriver&hl=zh_TW
Android Version.

5/6/19 powered by BH_Lin 1


Ver. 1 The 1st page – Login Page

<activity
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
android:name="tw.com.masterhand.twtaxidriver.LoginActivity"
android:screenOrientation="locked">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>

cmp=tw.com.masterhand
.twtaxidriver/.LoginActivity

5/6/19 powered by BH_Lin 2


Ver. 1 The Login Page

cmp=tw.com.masterhand.twtaxidriver cmp=tw.com.masterhand
/.SubDriveRegisterActivity .twtaxidriver/.LoginActivity

POST

request:
https://memediprod.taiwantaxi.com.tw
:8888
/TaxiMemAPP_API/api/ForgetPw/Get

Boyd: ID=XXXX

5/6/19 powered by BH_Lin 3


Ver. 1 API to Register the Driver Agent

cmp=tw.com.masterhand.twtaxidriver
/.SubDriveRegisterActivity https://memediprod.taiwantaxi.com.tw:8888
POST
/TaxiMemAPP_API/api/BASICINFO/Get
Body:
ID
NAME
PHONE
EMAIL
CITY DIST
ADDRESS
PW
ASPXAUTH

Call 02-55783939 to finish the 1st step of registration.

5/6/19 powered by BH_Lin 4


Ver. 1 Actin after press the buttn “下一步(Next Step)”

cmp=tw.com.masterhand.twtaxidriver
/.SubDriveRegisterActivity

BSSadmin@taiwantaxi.com.tw

5/6/19 powered by BH_Lin 5


Ver. 1 The dialog for privacy policy

#隱私權政策 cmp=tw.com.masterhand.twtaxidriver
/.SubDriveRegisterActivity

To check/uncheck the checkbox.

5/6/19 powered by BH_Lin 6


Ver. 1 Pages for Registration of Driver Agent (iOS Version)
[1] [2] [3]

5/6/19 powered by BH_Lin 7


Ver. 1 Pages for Registration of Driver Agent (iOS Version)

LicType: Z

LicType: F

LicType: M
LicType: P

LicType: N POST
request:
https://memediprod.taiwantaxi.com.tw:8888
/TaxiMemAPP_API/api/BankInfo
LicType: G

5/6/19 powered by BH_Lin 8


Ver. 1 APIs
*API to register user

POST https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/BASICINFO/Get

*API to request sending email for verification.

POST https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/ReAuthCode

*API to retrieve user info.

POST https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/GetMemDrive

*API to upload related pictures.

POST https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/PropicUpload

*API to setup bank info.

POST https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/BankInfo

5/6/19 powered by BH_Lin 9


Ver. 1 API - BASICINFO

POST https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/BASICINFO/Get

Body:

Response:

*API to register user


5/6/19 powered by BH_Lin 10
Ver. 1 API - ReAuthCode

POST https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/ReAuthCode/

Body:

Response:

*API to request sending email for verification.


5/6/19 powered by BH_Lin 11
Ver. 1 API - GetMemDrive

POST https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/GetMemDrive

Body:

Response:

*API to retrieve user info.


5/6/19 powered by BH_Lin 12
Ver. 1 API - PropicUpload

POST https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/PropicUpload

Body:

Base64 string.

Response:

*API to upload related pictures.


5/6/19 powered by BH_Lin 13
Ver. 1 API - BankInfo

POST https://memediprod.taiwantaxi.com.tw:8888/TaxiMemAPP_API/api/BankInfo

Body:

Response:

*API to setup bank info.


5/6/19 powered by BH_Lin 14

You might also like