google api key突然停止工作,生成google api密钥的标准流程是什么?

时间:2017-06-06 05:27:19

标签: php google-maps google-maps-api-3 google-api google-maps-api-2

我的代码:

List<Item> cartList= new ArrayList<Item>();

for(Item correctDataOfItem: correctDataList){

Item clonedItem=response.getItem().clone();

clonedItem = populateCartItem(correctDataOfItem, clonedItem);

/*In populateCartItem(), we set different values of item in clonedItem with the values from correctDataOfItem and return the clonedItem (with new values set)
*/

cartList.add(clonedItem);

}

我不知道为什么google map api key停止工作,为什么会发生这种情况,我可能知道创建google api密钥的标准程序吗?

0 个答案:

没有答案