下圖是網(wǎng)站看到和app端開發(fā)的數(shù)據(jù),它們是公用一套后端的代碼嗎?還是網(wǎng)站寫一套,APP端再寫一套?如果是公用一套接口是restful api風(fēng)格嗎
![請輸入代碼][2]
認(rèn)證0級講師
A common set, the web server does the forwarding
The team will decide the plan within the team, no matter what it is
The API interfaces on PC and mobile should be as consistent as possible, especially the business interfaces, to ensure uniformity and good maintainability.
But in some cases, due to the different characteristics of both ends, separate interfaces will be developed in small quantities.