src/main/java/com/aliyun/openservices/log/Client.java [2953:2962]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
			throws LogException {
		String project = request.GetProject();
		CodingUtils.assertStringNotNullOrEmpty(project, "project");
		CsvExternalStore externalStore = request.getCsvExternalStore();
		CodingUtils.assertParameterNotNull(externalStore, "ExternalStore");
		String externalStoreName = externalStore.getExternalStoreName();
		CodingUtils.assertStringNotNullOrEmpty(externalStoreName, "externalStoreName");
		Map<String, String> headParameter = GetCommonHeadPara(project);
		byte[] body = encodeToUtf8(externalStore.toJson().toJSONString());
		headParameter.put(Consts.CONST_CONTENT_TYPE, Consts.CONST_SLS_JSON);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/aliyun/openservices/log/Client.java [2972:2981]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
			throws LogException {
		String project = request.GetProject();
		CodingUtils.assertStringNotNullOrEmpty(project, "project");
		CsvExternalStore externalStore = request.getCsvExternalStore();
		CodingUtils.assertParameterNotNull(externalStore, "ExternalStore");
		String externalStoreName = externalStore.getExternalStoreName();
		CodingUtils.assertStringNotNullOrEmpty(externalStoreName, "externalStoreName");
		Map<String, String> headParameter = GetCommonHeadPara(project);
		byte[] body = encodeToUtf8(externalStore.toJson().toJSONString());
		headParameter.put(Consts.CONST_CONTENT_TYPE, Consts.CONST_SLS_JSON);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



